;/*FB_PKG_DELIM*/ __d("ARIAComboboxNotify",["fbt","ARIA","UserAgent"],(function(a,b,c,d,e,f,g,h){"use strict";var i=!c("UserAgent").isPlatform("Mac OS X");function a(a){if(a&&!i){var b=a.getTitle();a=a.getSubtitle();d("ARIA").notify(a?b+", "+a:b);return!0}return!1}function b(a){a=h._(/*BTDS*/"_j{\"*\":\"\\u0110\\u00e3 t\\u00ecm th\\u1ea5y {number} k\\u1ebft qu\\u1ea3\",\"_1\":\"\\u0110\\u00e3 t\\u00ecm \\u0111\\u01b0\\u1ee3c 1 k\\u1ebft qu\\u1ea3\"}",[h._plural(a?a.length:0,"number")]);d("ARIA").notify(a)}g.maybeNotifyHighlightedEntry=a;g.notifyFoundEntries=b}),226); __d("AbstractTextField.react",["cx","DangerouslyAccessReactElementInternals_DO_NOT_USE_IN_NEW_CODE","Keys","joinClasses","react"],(function(a,b,c,d,e,f,g){var h,i=h||b("react");a=function(a){"use strict";function c(){var c;for(var d=arguments.length,e=new Array(d),f=0;fc+d&&a.scrollIntoView(!1)},_onRenderHighlight:function(a){var b=c("getOrCreateDOMID")(a),e=d("ARIAComboboxNotify").maybeNotifyHighlightedEntry(this.state.highlightedEntry);this._ensureIsVisible(a);this.setState({ariaActiveDescendantID:e?null:b})},_determineViewVisibility:function(a,b){if(!a)return!1;a=a.length>0&&(this.props.showEntriesOnFocus||this.props.queryString&&this.props.queryString.trim().length>0);return!!(b&&(this.props.presenter.alwaysVisibleOnFocus||a))},_onSearch:function(){this.props.onSearch&&this.props.onSearch(),this.state.isQueryLoading===!1&&this.setState({isQueryLoading:!0})},_onEntriesFound:function(a,b,c){if(!this.isMounted())return;c===d("SearchSourceQueryStatus").COMPLETE&&this.setState({isQueryLoading:!1});if(this.props.excludedEntries){var e=this.props.excludedEntries;a=a.filter(function(a){return!Object.prototype.hasOwnProperty.call(e,a.getUniqueID())||e[a.getUniqueID()]===!1})}this.props.entryFilter&&(a=a.filter(this.props.entryFilter));b=this.props.presenter;a=typeof b.sortEntries==="function"?b.sortEntries(a,this.state.activeEntries,this.props.queryString):a;var f=this.props.additionalEntries;f=f?f.length:0;f=a.slice(0,(b.maxEntries||l)-f);this.props.additionalEntries&&(f=f.concat(this.props.additionalEntries),a=typeof b.sortEntries==="function"?b.sortEntries(f,this.state.activeEntries,this.props.queryString):f,f=a.slice(0,b.maxEntries||l));a=this._determineViewVisibility(f,this.state.focused);d("ARIAComboboxNotify").notifyFoundEntries(f);if(!f.length){this.setState({ariaActiveDescendantID:null,activeEntries:f,highlightedEntry:null,isAutoHighlight:!!this.props.autoHighlight});this._setViewIsVisible(a);this.props.onNoEntriesFound&&c===d("SearchSourceQueryStatus").COMPLETE&&this.props.onNoEntriesFound();return}this.props.onEntriesFound&&this.props.onEntriesFound(f,c);b=this.state.highlightedEntry;c=b&&f.indexOf(b)!==-1;if(!this.props.autoHighlight){this.setState({activeEntries:f,highlightedEntry:c?b:null});a&&this._setViewIsVisible(!0);return}var g=this.props.selectedEntry||(this.props.selectedEntries&&this.props.selectedEntries.length>0?this.props.selectedEntries[0]:null);g=this.props.scrollToSelectionOnFirstRender&&g?g:f[0];var h=this.state.isAutoHighlight;h?b=g:(b=c?b:g,h=!c);this.setState({activeEntries:f,highlightedEntry:b,isAutoHighlight:h});a&&this._setViewIsVisible(!0)},_onSelectAttempt:function(a,b){b&&b.preventDefault();if(this.props.shouldSubmitSelectedEntry&&!this.props.shouldSubmitSelectedEntry(a))return;this.props.hideViewWithEntries&&this._close();a&&this.props.onSelectAttempt&&this.props.onSelectAttempt(a,b)},_onInputFocus:function(a){var b=this._determineViewVisibility(this.state.activeEntries,!0);b&&this._setViewIsVisible(!0);this.setState({focused:!0});this.props.onFocus&&this.props.onFocus(a)},_onInputBlurWindowSafe:function(a){var b=this,d=c("setImmediate")(function(){e.remove(),b._onInputBlur(a)}),e=c("Event").listen(window,"blur",function(){e.remove(),c("clearImmediate")(d)})},_onInputBlur:function(a){if(this.props.shouldCloseOnBlur&&!this.props.shouldCloseOnBlur(this.state.highlightedEntry))return;this.setState({focused:!1});this.props.hideViewWithEntries&&this._close();this.props.selectOnBlur&&(this.state.highlightedEntry?this._onSelectAttempt(this.state.highlightedEntry):this.props.onEnterWithoutSelection&&(this.props.onEnterWithoutSelection(),this._onSelectAttempt(null)));this.props.onBlur&&this.props.onBlur(a)},_onInputClick:function(a){var b=this.getTextFieldDOM(),c=d("InputSelection").get(b);c&&c.start==c.end&&this.props.selectTextOnClick&&b.select();this.props.onClick&&this.props.onClick(a,this._onEntriesFound)},_onViewMouseDown:function(a){a.preventDefault()},_onEscape:function(){this._close(),this.blurInput(),this.setState({focused:!1}),this.props.onEscape&&this.props.onEscape()},_onEnter:function(a){if(this.props.onEnterWithoutSelection&&(!this.state.viewIsVisible||!this.state.highlightedEntry)){this.props.onEnterWithoutSelection(a);return}if(!this.state.viewIsVisible)return;this._onSelectAttempt(this.state.highlightedEntry,a)},_onTab:function(a){this._onKeySelectAttempt(this.props.selectOnTab,a)},_onSpace:function(a){this._onKeySelectAttempt(this.props.selectOnSpace,a)},_onComma:function(a){this._onKeySelectAttempt(this.props.selectOnComma,a)},_onKeySelectAttempt:function(a,b){a&&this.state.viewIsVisible&&this._onSelectAttempt(this.state.highlightedEntry,b)},_onDownArrow:function(a){var b=this.props.navigation;b&&b.moveDown&&(a.preventDefault(),b.moveDown(this.state.activeEntries||k,this.state.highlightedEntry,this._setHighlight))},_onLeftArrow:function(a){var b=this.props.navigation;b&&b.moveLeft&&(a.preventDefault(),b.moveLeft(this.state.activeEntries||k,this.state.highlightedEntry,this._setHighlight))},_onRightArrow:function(a){var b=this.props.navigation;b&&b.moveRight&&(a.preventDefault(),b.moveRight(this.state.activeEntries||k,this.state.highlightedEntry,this._setHighlight))},_onUpArrow:function(a){var b=this.props.navigation;b&&b.moveUp&&(a.preventDefault(),b.moveUp(this.state.activeEntries||k,this.state.highlightedEntry,this._setHighlight))},_setHighlight:function(a){this.setState({highlightedEntry:a,isArrowNavigation:!0,isAutoHighlight:!a})},_onInputChange:function(a){this.props.onChange&&this.props.onChange(a),this._setViewIsVisible(this.state.focused&&(this.props.showEntriesOnFocus||a.target.value.trim().length>0)&&(this.props.presenter.alwaysVisibleOnFocus||this.state.activeEntries!=null&&this.state.activeEntries.length>0))},_onViewHighlight:function(a){this.setState({highlightedEntry:a,isArrowNavigation:!1,isAutoHighlight:!1})},_getView:function(){return j.jsx(c("TypeaheadView.react"),{className:this.props.viewClassName,Renderer:this.props.presenter.ViewRenderer,extraRendererProps:babelHelpers["extends"]({},this.props.presenter.extraRendererProps,{isArrowNavigation:this.state.isArrowNavigation,isRightToLeft:this.props.isRightToLeft}),highlightedEntry:this.state.highlightedEntry,selectedEntry:this.props.selectedEntry,searchSource:this.props.searchSource,onEntriesFound:this._onEntriesFound,isVisible:this.state.viewIsVisible,isQueryLoading:this.state.isQueryLoading,controlleeID:this.state.ariaControlleeID,onHighlight:this._onViewHighlight,onRenderHighlight:this._onRenderHighlight,onSelect:this._onSelectAttempt,entries:this.state.activeEntries||k,queryString:this.props.queryString,onMouseDown:this._onViewMouseDown,style:this.props.viewStyle})},_setViewIsVisible:function(a){a!==this.state.viewIsVisible&&(this.props.onTypeaheadVisibilityChanged&&this.props.onTypeaheadVisibilityChanged(a,this.state.activeEntries||k),this.setState({viewIsVisible:a}))},UNSAFE_componentWillReceiveProps:function(a){!a.queryString&&!this.props.showEntriesOnFocus&&this.clearActiveEntries()},componentDidUpdate:function(a,b){a=this._determineViewVisibility(this.state.activeEntries,this.state.focused);c("gkx")("24833")&&this.props.hideViewWhenDisabled&&this.props.disabled?this._setViewIsVisible(!1):a&&this._setViewIsVisible(!0);b.highlightedEntry!==this.state.highlightedEntry&&(this.props.onHighlight&&this.props.onHighlight(this.state.highlightedEntry))},componentWillUnmount:function(){this._scrollingParent=null},renderLayers:function(){var a=this;if(!this.props.presenter.useLayer)return{};var b=null,d=null;this.props.context?b=this.props.context:this.props.presenter.useRootAsContext&&this.refs.root?d=function(){return a.refs.root}:d=function(){return a.refs.input};var e=this.props.presenter,f=e.layerComponent||c("ContextualLayer.react");return{typeaheadView:j.jsx(f,{alignment:e.alignment,behaviors:e.layerBehaviors,containerWidthMatchContext:this.props.entriesWidthMatchContext,contextRef:d,layerRootRef:e.layerRootRef,scrollableAreaContext:e.scrollableAreaContext,context:b,"data-testid":void 0,offsetX:this.props.offsetX,offsetY:this.props.offsetY,position:e.layerPosition||"below",shown:this.state.viewIsVisible,shouldSetARIAProperties:!1,width:e.width,children:this._getView()})}},render:function(){var a=this.props.showSelection&&this.state.highlightedEntry?this.state.highlightedEntry.getTitle():null,b=this.state.activeEntries;b=!!(b&&b.length);b=j.jsx(c("SearchableTextInput.react"),{"aria-activedescendant":this.state.ariaActiveDescendantID,"aria-expanded":b,"aria-autocomplete":"list","aria-haspopup":"listbox","aria-label":this.props.ariaLabel,"aria-labelledby":this.props.ariaLabelledby,"aria-controls":this.state.ariaControlleeID,"aria-invalid":this.props.ariaInvalid,"aria-errormessage":this.props.ariaErrorMessage,"data-testid":void 0,required:this.props.required,ref:c("stringRefShim")(this,"input"),autoCapitalize:this.props.autoCapitalize,autoComplete:this.props.autoComplete,autoCorrect:this.props.autoCorrect,className:this.props.inputClassName,id:this.props.inputID,name:this.props.name,queryString:this.props.queryString,placeholder:this.props.placeholder,leftChild:this.props.inputLeftChild,rightChild:this.props.inputRightChild,maxLength:this.props.maxLength,searchSource:this.props.searchSource,searchSourceOptions:this.props.searchSourceOptions,searchOnFocus:!!this.props.showEntriesOnFocus,searchValueModifier:this.props.searchValueModifier,disabled:this.props.disabled,onDownArrow:this._onDownArrow,onLeftArrow:this._onLeftArrow,onRightArrow:this._onRightArrow,onUpArrow:this._onUpArrow,onEntriesFound:this._onEntriesFound,onSearch:this._onSearch,onEscape:this._onEscape,onBlur:this.props.blurOnWindowBlur?this._onInputBlur:this._onInputBlurWindowSafe,onFocus:this._onInputFocus,onChange:this._onInputChange,onTab:this._onTab,onSpace:this._onSpace,onComma:this._onComma,onEnter:this._onEnter,onBackspace:this.props.onBackspace,onPaste:this.props.onPaste,onClick:this._onInputClick,style:this.props.inputStyle,styles:this.props.inputStyles,tabIndex:this.props.tabIndex,type:this.props.type,useLabel:this.props.inputUseLabel,hint:a,spellCheck:this.props.spellCheck,noDefaultStyling:this.props.inputNoDefaultStyling});a=babelHelpers["extends"]({},this.props);delete a.additionalElements;delete a.additionalEntries;delete a.ariaLabel;delete a.ariaLabelledby;delete a.ariaInvalid;delete a.ariaErrorMessage;delete a.context;delete a.focusAfterSelection;delete a.inputClassName;delete a.viewClassName;delete a.inputID;delete a.inputStyle;delete a.searchSource;delete a.searchSourceOptions;delete a.excludedEntries;delete a.presenter;delete a.onBackspace;delete a.onSelectAttempt;delete a.onEntriesFound;delete a.onNoEntriesFound;delete a.onEnterWithoutSelection;delete a.autoHighlight;delete a.showEntriesOnFocus;delete a.selectOnBlur;delete a.blurOnWindowBlur;delete a.selectOnTab;delete a.selectOnComma;delete a.selectOnSpace;delete a.focusedOnInit;delete a.hideViewWithEntries;delete a.hideViewWhenDisabled;delete a.disabled;delete a.entriesWidthMatchContext;delete a.selectedEntry;delete a.onTypeaheadVisibilityChanged;delete a.onPaste;delete a.navigation;delete a.type;delete a.tallInput;delete a.viewStyle;delete a.queryString;delete a.onClear;delete a.clearable;delete a.showPhoto;delete a.highlightOnSelect;delete a.maxEntries;delete a.textInputDataTestID;delete a.isRightToLeft;delete a["data-testid"];delete a.selectTextOnClick;return j.jsxs("span",babelHelpers["extends"]({},a,{className:c("joinClasses")(this.props.className,"_58ah"),ref:c("stringRefShim")(this,"root"),onBlur:void 0,onChange:void 0,onClick:void 0,onFocus:void 0,tabIndex:void 0,children:[b,this.props.additionalElements,this.props.presenter.useLayer?null:this._getView()]}))},componentDidMount:function(){this.props.focusedOnInit&&this.focusInput(),this.state.highlightedEntry&&(this.props.onHighlight&&this.props.onHighlight(this.state.highlightedEntry))},clearActiveEntries:function(){this.setState({ariaActiveDescendantID:null,activeEntries:null,highlightedEntry:null})},clearHighlightedEntry:function(){this.setState({highlightedEntry:null})},search:function(a){this.refs.input.search(a)},focusInput:function(){var a=this.getTextFieldDOM();a.value&&d("InputSelection").set(a,a.value.length);this.refs.input.focusInput()},selectInput:function(){this.refs.input.selectInput()},blurInput:function(){this.refs.input.blur?this.refs.input.blur():this.refs.input.blurInput&&this.refs.input.blurInput()},hideView:function(){this._setViewIsVisible(!1)},_close:function(){this._setViewIsVisible(!1),this.clearActiveEntries()},getTextFieldDOM:function(){return this.refs.input.getTextFieldDOM()}});b=a;g["default"]=b}),98); __d("ObjectFlip",[],(function(a,b,c,d,e,f){function a(a){return Object.keys(a).reduce(function(b,c){var d=a[c];d!=null&&(b[d]=c);return b},{})}f["default"]=a}),66); __d("AdsCountries",["AdsCountriesConfig","ObjectFlip","objectKeys"],(function(a,b,c,d,e,f,g){"use strict";var h=c("ObjectFlip")(c("AdsCountriesConfig").countries);function a(a){a=a.toUpperCase();return c("AdsCountriesConfig").countriesWithCities.indexOf(a)!=-1}function b(a){a=a.toUpperCase();return c("AdsCountriesConfig").countriesWithRegions.indexOf(a)!=-1}function d(a){a=a.toUpperCase();return c("AdsCountriesConfig").countriesToCurrencies[a]}function e(a){return c("AdsCountriesConfig").countriesToTerritories[a.toUpperCase()]}f=c("objectKeys")(h||{}).sort().map(function(a){return{code:h[a],name:a}});g.countryIDsByNames=h;g.countries=c("AdsCountriesConfig").countries;g.hasCities=a;g.hasRegions=b;g.getCurrencyByCountry=d;g.getTerritoriesByCountry=e;g.sortedCountries=f}),98); __d("AdsFBIconDownsized.react",["Image.react","joinClasses","react","react-compiler-runtime"],(function(a,b,c,d,e,f,g){"use strict";var h=["alt","className"],i,j=i||d("react");function a(a){var b=d("react-compiler-runtime").c(13),e,f,g;b[0]!==a?(g=a.alt,e=a.className,f=babelHelpers.objectWithoutPropertiesLoose(a,h),b[0]=a,b[1]=e,b[2]=f,b[3]=g):(e=b[1],f=b[2],g=b[3]);a=g===void 0?"":g;b[4]!==e?(g=c("joinClasses")(e,"x1rg5ohu x14ju556 x1nn3v0j x14vy60q x1120s5i xyiysdx"),b[4]=e,b[5]=g):g=b[5];b[6]===Symbol["for"]("react.memo_cache_sentinel")?(e="xi7du73",b[6]=e):e=b[6];b[7]!==a||b[8]!==f?(e=j.jsx(c("Image.react"),babelHelpers["extends"]({alt:a,className:e},f)),b[7]=a,b[8]=f,b[9]=e):e=b[9];b[10]!==g||b[11]!==e?(a=j.jsx("span",{className:g,children:e}),b[10]=g,b[11]=e,b[12]=a):a=b[12];return a}g["default"]=a}),98); __d("SUICloseButton.react",["cx","fbt","KeyStatus","Locale","SUITheme","VirtualCursorStatus","joinClasses","react","withSUITheme"],(function(a,b,c,d,e,f,g,h,i){"use strict";var j=["className_DEPRECATED","label","layerCancel","margin","size","shade","style","theme"],k,l=k||d("react");a={label:i._(/*BTDS*/"\u0110\u00f3ng"),shade:"dark",size:"small"};b=function(a){function b(b,c){var e;e=a.call(this,b,c)||this;e.buttonRef=l.createRef();e.$1=function(a){e.setState({showFocusRing:!1})};e.$2=function(a){(d("KeyStatus").isKeyDown()||d("VirtualCursorStatus").isVirtualCursorTriggered())&&e.setState({showFocusRing:!0})};e.$3=function(a){e.setState({showFocusRing:!1})};e.$4=function(){e.setState({isHovering:!0})};e.$5=function(){e.setState({isHovering:!1})};e.state={isHovering:!1,showFocusRing:!1};return e}babelHelpers.inheritsLoose(b,a);b.getHeightForSize=function(a,b){return a.SUICloseButton.iconSize[b]};var e=b.prototype;e.render=function(){var a=this.props,b=a.className_DEPRECATED,e=a.label,f=a.layerCancel,g=a.margin,h=a.size,i=a.shade,k=a.style,m=a.theme;a=babelHelpers.objectWithoutPropertiesLoose(a,j);void m;m=c("SUITheme").get(this).SUICloseButton;i=m[i][h];m=m.iconSize[h];h="-"+Math.floor(m/2)+"px";k=this.props.useLegacyPadding===!0?babelHelpers["extends"]({},k):babelHelpers["extends"]({},k,{height:m,width:m});var n=this.props.disabled===!0;a=a;Object.keys(k).length>0&&(a=babelHelpers["extends"]({},a,{style:k}));k=(k=a["data-tooltip-content"])!=null?k:e;return l.jsxs("button",babelHelpers["extends"]({},a,{className:c("joinClasses")((this.state.showFocusRing?"":"_42d_")+(this.props.useLegacyPadding?" _2aq4":"")+" _32qq"+(n?"":" _3n5r")+(f?" layerCancel":""),b,g),onBlur:this.$1,onFocus:this.$2,onMouseDown:this.$3,onMouseEnter:this.$4,onMouseLeave:this.$5,ref:this.buttonRef,type:"button",children:[l.jsx("span",{className:"accessible_elem",children:k}),l.jsx("span",{"aria-hidden":!0,className:"_3n5s",style:(e={},e[d("Locale").isRTL()?"marginRight":"marginLeft"]=h,e.marginTop=h,e),children:l.jsx(i,{disabled:n,hover:this.state.isHovering,size:m})})]}))};e.focus=function(){this.buttonRef.current!=null&&this.buttonRef.current.focus()};return b}(l.PureComponent);b.defaultProps=a;e=c("withSUITheme")(b);g["default"]=e}),226); __d("getSUICloseButtonUniform.bui",["ix","SUIGlyphIcon.react","react"],(function(a,b,c,d,e,f,g,h){"use strict";var i,j=i||d("react");function a(){return{dark:{large:function(a){return j.jsx(c("SUIGlyphIcon.react"),babelHelpers["extends"]({},a,{srcDefault:h("499680"),srcDisabled:h("490191"),srcHover:h("499681")}))},small:function(a){return j.jsx(c("SUIGlyphIcon.react"),babelHelpers["extends"]({},a,{srcDefault:h("499672"),srcDisabled:h("490190"),srcHover:h("499673")}))}},light:{large:function(a){return j.jsx(c("SUIGlyphIcon.react"),babelHelpers["extends"]({},a,{srcDefault:h("489948"),srcDisabled:h("499675"),srcHover:h("499674")}))},small:function(a){return j.jsx(c("SUIGlyphIcon.react"),babelHelpers["extends"]({},a,{srcDefault:h("489947"),srcDisabled:h("499667"),srcHover:h("499666")}))}},iconSize:{large:16,small:12}}}g["default"]=a}),98); __d("SUICloseButtonUniform.bui",["getSUICloseButtonUniform.bui"],(function(a,b,c,d,e,f,g){"use strict";a=c("getSUICloseButtonUniform.bui")();g["default"]=a}),98); __d("BUICloseButton.react",["fbt","BUIPrivateLoggingAction","BUIPrivateLoggingClassification","BUIPrivateWithLoggingProvider.react","SUICloseButton.react","SUICloseButtonUniform.bui","makeBUIStandardComponent","makeSUIFDSPrivateTheme","react"],(function(a,b,c,d,e,f,g,h){"use strict";var i,j=i||d("react"),k=c("makeSUIFDSPrivateTheme")("BUICloseButton",{SUICloseButton:c("SUICloseButtonUniform.bui")});a=function(a){function b(){return a.apply(this,arguments)||this}babelHelpers.inheritsLoose(b,a);var d=b.prototype;d.render=function(){var a=this.props;return j.jsx(c("BUIPrivateWithLoggingProvider.react"),{action:c("BUIPrivateLoggingAction").CLICK,callback:a.onClick,classification:c("BUIPrivateLoggingClassification").USER_ACTION,name:"BUICloseButton",children:function(b){return j.jsx(c("SUICloseButton.react"),{"data-hover":a.tooltipContent!=null?"tooltip":null,"data-testid":void 0,"data-tooltip-alignh":a.tooltipAlignH,"data-tooltip-content":a.tooltipContent,"data-tooltip-position":a.tooltipPosition,disabled:a.isDisabled,id:a.id,label:a.label,layerCancel:a.layerCancel,margin:a.margin,onClick:b,onFocus:a.onFocus,onMouseDown:a.onMouseDown,onMouseUp:a.onMouseUp,shade:a.shade,size:a.size,theme:k})}})};return b}(j.PureComponent);a.defaultProps={isDisabled:!1,label:h._(/*BTDS*/"\u0110\u00f3ng"),shade:"dark",size:"small"};b=c("makeBUIStandardComponent")("BUICloseButton",a);g["default"]=b}),226); __d("SUIThreeStateCheckboxEnum",["keyMirror"],(function(a,b,c,d,e,f,g){"use strict";a=c("keyMirror")({CHECKED:null,PARTIAL:null,UNCHECKED:null});b=a;g["default"]=b}),98); __d("BUIThreeStateCheckboxEnum",["SUIThreeStateCheckboxEnum"],(function(a,b,c,d,e,f,g){"use strict";g["default"]=c("SUIThreeStateCheckboxEnum")}),98); __d("FunnelAction",[],(function(a,b,c,d,e,f){"use strict";var g="name",h="payload",i="relative_time",j="tag";a=function(){function a(a,b,c,d){this.$1={},this.$1[g]=a,this.$1[i]=b,c!==void 0&&(this.$1[j]=c),d!==void 0&&(this.$1[h]=JSON.stringify(d))}var b=a.prototype;b.getData=function(){return this.$1};return a}();f["default"]=a}),66); __d("FunnelRegistry",[],(function(a,b,c,d,e,f){a=Object.freeze({WWW_EXAMPLE_FUNNEL:!0,MSITE_EXAMPLE_FUNNEL:!0,WWW_FEED_SHARE_DIALOG_FUNNEL:!0,MSITE_FEED_SHARE_DIALOG_FUNNEL:!0,WWW_CHAT_QUICKCAM_FUNNEL:!0,PLATFORM_SHARE_DIALOG_FUNNEL:!0,WWW_CANVAS_EDITOR_FUNNEL:!0,MSITE_COMMENT_TYPING_FUNNEL:!0,MSITE_NOTE_READING_FUNNEL:!0,WWW_LISTS_COMPOSER_FUNNEL:!0,WWW_REACTIONS_LIKE_BUTTON_HOVER_FUNNEL:!0,WWW_REACTIONS_NUX_FUNNEL:!0,WWW_COMMENT_REACTIONS_NUX_FUNNEL:!0,MSITE_INLINE_REPLY_COMPOSER_FUNNEL:!0,WWW_LEAD_GEN_DESKTOP_AD_UNIT_FUNNEL:!0,WWW_LEAD_GEN_MSITE_AD_UNIT_FUNNEL:!0,WWW_LINK_PICKER_DIALOG_FUNNEL:!0,WWW_MEME_PICKER_DIALOG_FUNNEL:!0,WWW_SHOP_BUY_FUNNEL:!0,WWW_SNOWLIFT_ACTIONS_FUNNEL:!0,WWW_CANVAS_AD_CREATION_FUNNEL:!0,WWW_SEARCH_AWARENESS_LEARNING_NUX_FUNNEL:!0,WWW_CONSTITUENT_TITLE_UPSELL_FUNNEL:!0,WWW_PAGE_CREATION_FUNNEL:!0,WWW_RECRUITING_PRODUCTS_FUNNEL:!0,WWW_RECRUITING_SEARCH_FUNNEL:!0,WWW_RECRUITING_BULK_EMAIL_FUNNEL:!0,WWW_RECRUITING_LEAVE_HANDLER_FUNNEL:!0,WWW_PMT_FUNNEL:!0,WWW_PULSE_FUNNEL:!0,WWW_ORGTOOL_FUNNEL:!0,WWW_VIDEOS_CASTING_FUNNEL:!0,MSITE_PPD_FUNNEL:!0,WWW_CMS_SEARCH_FUNNEL:!0,SOCIAL_SEARCH_CONVERSION_WWW_FUNNEL:!0,SOCIAL_SEARCH_DASHBOARD_WWW_FUNNEL:!0,GAMES_QUICKSILVER_FUNNEL:!0,SRT_USER_FLOW_FUNNEL:!0,WWW_MEME_PIVOT_FUNNEL:!0,WWW_NOTIFICATION_FUNNEL:!0,MSITE_FEED_ALBUM_CTA_FUNNEL:!0,MTOUCH_COMMENT_STORIES_FUNNEL:!0,WWW_MESSENGER_SHARE_TO_FB_FUNNEL:!0,MISINFORMATION_RESHARE_ALERT_FUNNEL:!0,FACECAST_BROADCASTER_FUNNEL:!0,FACECAST_SCHEDULED_LIVE_FUNNEL:!0,SCHEDULED_WATCH_PARTY_VIEWER_FUNNEL:!0,COLLEGE_COMMUNITY_NUX_ONBOARDING_FUNNEL:!0,WWW_MESSENGER_SEARCH_SESSION_FUNNEL:!0,WWW_MESSENGER_CONTENT_SEARCH_FUNNEL:!0,WWW_LIVE_PRODUCER_FUNNEL:!0,WWW_AD_BREAKS_ONBOARDING_FUNNEL:!0,WWW_LAUNCHPAD_ONBOARDING_FUNNEL:!0,WWW_LEAD_GEN_FORM_EDITOR_FUNNEL:!0,WWW_AD_BREAK_HOME_ONBOARDING_FUNNEL:!0,WEB_MESSENGER_RTC_FUNNEL:!0,WEB_RTC_SCREEN_SHARING_FUNNEL:!0,MTOUCH_NUX_PROFILE_PIC_FUNNEL:!0,ADS_VIDEO_CAPTION_FUNNEL:!0,WWW_BUSINESS_ALERT_FUNNEL:!0,SOCIAL_VR_INTERACTIVE_THREE_SIXTY_FUNNEL:!0,WWW_DIVEBAR_RECENTS_FUNNEL:!0,UNIDASH_EDIT_WIDGET_FUNNEL:!0,MESSENGER_UNIVERSAL_SEARCH_FUNNEL:!0,WWW_BUSINESS_CREATION_FUNNEL:!0,WWW_BUSINESS_VERIFICATION_FUNNEL:!0,WWW_APP_REVIEW_BUSINESS_VERIFICATION_FUNNEL:!0,AEC_APPLICATION_FUNNEL:!0,WWW_MESSENGER_POLL_GROUP_CREATE_FUNNEL:!0,ADS_USER_REPORTING_FUNNEL:!0,MAP_WEB_FUNNEL:!0,INTERN_OOPS_FUNNEL:!0,FRX_FUNNEL:!0,WWW_ACCESSIBILITY_NOTIFICATIONS_JEWEL_TABBING_FUNNEL:!0,MTOUCH_FEED_MISSED_STORIES_FUNNEL:!0,WWW_STORYSET_FUNNEL:!0,POLYGLOT_MAIN_FUNNEL:!0,CREATIVE_STUDIO_CREATION_FUNNEL:!0,CREATIVE_STUDIO_HUB_FUNNEL:!0,CREATIVE_STUDIO_INVITE_JOIN_FUNNEL:!0,FX_PLATFORM_INVITE_JOIN_FUNNEL:!0,FX_PLATFORM_INVITE_SEND_FUNNEL:!0,WWW_LIVE_VIEWER_TIPJAR_FUNNEL:!0,WWW_FUNDRAISER_CREATION_FUNNEL:!0,WWW_FUNDRAISER_EDIT_FUNNEL:!0,WWW_FBL_FUNNEL:!0,WWW_CLUE_FUNNEL:!0,WWW_OFFERS_SIMPLE_COMPOSE_FUNNEL:!0,WWW_OFFERS_SIMPLE_COMPOSE_POST_LIKE_FUNNEL:!0,WWW_SEE_OFFERS_CTA_NUX_FUNNEL:!0,WWW_CHEVRON_FUNNEL:!0,MSITE_AD_BREAKS_ONBOARDING_FLOW_FUNNEL:!0,CASUAL_GROUP_PICKER_FUNNEL:!0,TOPICS_TO_FOLLOW_FUNNEL:!0,WWW_SPATIAL_REACTION_PRODUCTION_FUNNEL:!0,WWW_ADS_TARGETING_AUDIENCE_MANAGER_FUNNEL:!0,WWW_NEWSFEED_TAILLOAD_FUNNEL:!0,SEARCH_ADS_WWW_FUNNEL:!0,KEYFRAMES_FUNNEL:!0,WWW_NOTIFS_UP_NEXT_FUNNEL:!0,MSITE_PROFILE_PICTURE_EDIT_FUNNEL:!0,WWW_PROFILE_INTRO_CARD_EDIT_MEDIA_FUNNEL:!0,BUSINESS_PAYMENTS_MERCHANT_ONBOARDING_FUNNEL:!0,SELLER_EXPERIENCE_SHOP_INSIGHTS_NEW_FUNNEL:!0,SELLER_EXPERIENCE_ONBOARDING_NEW_FUNNEL:!0,SELLER_EXPERIENCE_PAYOUT_SETUP_NEW_FUNNEL:!0,SELLER_EXPERIENCE_SHOP_MANAGEMENT_FUNNEL:!0,CHANNEL_EDIT_FUNNEL:!0,PAYOUT_ONBOARDING_FUNNEL:!0,SERVICES_INSTANT_BOOKING_SETTINGS_FUNNEL:!0,SERVICES_FB_APPOINTMENTS_CTA_CREATION_FUNNEL:!0,SERVICES_FB_APPOINTMENTS_CTA_FULL_SETUP_FUNNEL:!0,MATCHED_MARKET_LIFT_INTERNAL_FUNNEL:!0,FB_NEO_ONBOARDING_FUNNEL:!0,FB_NEO_FRIENDING_FUNNEL:!0,SEARCH_FUNNEL:!0,SHADOW_SEARCH_FUNNEL:!0,SHADOW_EARLY_END_SEARCH_FUNNEL:!0,TEXT_DELIGHTS_OPT_OUT_NUX_FUNNEL:!0,TEXT_DELIGHTS_COMPOSER_FUNNEL:!0,PRIVATE_COMMENT_COMPOSER_FUNNEL:!0,CHECKOUT_EXPERIENCES_FUNNEL:!0,CHECKOUT_EXPERIENCES_SELLER_FUNNEL:!0,MESSENGER_SECONDARY_SEARCH_FUNNEL:!0,WWW_SERVICES_INSTANT_BOOKING_CONSUMER_FUNNEL:!0,WWW_PRESENCE_FUNNEL:!0,WWW_SERVICES_BOOK_APPOINTMENT_CONSUMER_FUNNEL:!0,WWW_SPHERICAL_DIRECTOR_FUNNEL:!0,SELLER_EXPERIENCE_MIGRATION_FUNNEL:!0,SELLER_EXPERIENCE_PAYOUT_SETUP_FUNNEL:!0,NATIVE_SUPPORT_FUNNEL:!0,PRIVACY_SHORTCUTS_FUNNEL:!0,PRIVACY_ACCESS_HUB_FUNNEL:!0,WWW_POLITICIAN_OFFICE_SETTING_FUNNEL:!0,WWW_CIVIC_ACTION_POST_INVITE_FUNNEL:!0,WWW_CIVIC_ACTION_POST_CREATION_FUNNEL:!0,NT_NFAS_EXAMPLE_FUNNEL:!0,WWW_ONCALL_VIEW_FUNNEL:!0,WWW_ESCALATION_TOOLS_NOTIFICATIONS_PAGE_FUNNEL:!0,ALL_VOICES_FUNNEL:!0,WWW_MESSENGER_SHARE_FILE_PREVIEW_FUNNEL:!0,POST_TRANSACTION_FUNNEL:!0,INSTANT_EXPERIENCES_MINDBODY_FUNNEL:!0,WWW_CTW_WHATSAPP_VERIFICATION_FLOW_FUNNEL:!0,PIE_MANAGER_HIRING_HUB_FUNNEL:!0,PIE_RECRUITING_MANAGER_HIRING_OUTREACH_FUNNEL:!0,PIE_RECRUITING_MANAGER_HIRING_REVIEW_FUNNEL:!0,IG_WEB_STORY_CREATION_FUNNEL:!0,IG_WEB_IGTV_CREATION_FUNNEL:!0,IG_WEB_ONE_TAP_REGISTRATION_FUNNEL:!0,IG_WEB_SHARE_FUNNEL:!0,IG_WEB_NUX_FUNNEL:!0,IG_WEB_OBA_FUNNEL:!0,WWW_FB_CHAT_NEW_SETTINGS_MENU_FUNNEL:!0,FLEXIBLE_STARS_WWW_FUNNEL:!0,PAYMENT_APP_FUNNEL:!0,WWW_MESSENGER_VIDEO_CHAT_LINKS_FUNNEL:!0,KAIOS_REG_CONTACT_IMPORTER_FUNNEL:!0,ONEVC_CALL_ROUTING_FUNNEL:!0,AR_HUB_UPLOAD_FUNNEL:!0,FHT_FUNNEL:!0,WWW_PCR_FUNNEL:!0,MARKETPLACE_GIFT_CARD_FUNNEL:!0,WORK_CHAT_SEARCH_FUNNEL:!0,DISCOVER_MIGRATION_FUNNEL:!0,ZERO_PLACEHOLDER_FUNNEL:!0,FOS_MON_PURCHASE_FLOW_FUNNEL:!0});f["default"]=a}),66); __d("Funnel",["BinarySearch","FBLogger","FunnelAction","FunnelRegistry","sprintf"],(function(a,b,c,d,e,f,g){"use strict";var h="name",i="instance_id",j="start_time",k="tags",l="actions",m="sampling_rate",n="timeout_sec",o="beacon_id",p="beacon_session_id",q="funnel_level_beacon_id",r="funnel_level_beacon_session_id",s="is_web";a={EXPLICIT:"explicit",TIMEOUT:"timeout",SESSION_END:"session_end",RESTART:"restart",ACTIONS_FULL:"actions_full"};b={ACTION_END:"funnel_end",ACTION_WINDOW_BLUR:"window_blur",ACTION_WINDOW_FOCUS:"window_focus"};var t=600;e=function(){function a(a,b,d,e,f){if(c("FunnelRegistry")[a]!==!0)throw c("FBLogger")("comet_infra").mustfixThrow("Funnel name not registered.");this.$1=a;this.$2=b;this.$3=[];this.$4={};this.$5=d;this.$6=f;this.timeout_sec=t;this.shouldTrackFocus=!1;this.$7=e;this.$9=-1;this.$10=-1;this.$11=-1;this.$12=-1;this.$8=null;this.devModeLogger("Started funnel")}var b=a.prototype;b.addTag=function(a){if(typeof a!=="string")throw c("FBLogger")("comet_infra").mustfixThrow("Funnel tag should be a String.");this.$4[a]=!0;this.devModeLogger("Added funnel tag %s",a);return this};b.appendAction=function(a,b,e,f){var g=this;f===void 0&&(f=Date.now());f=new(c("FunnelAction"))(a,f-this.$6,b,e);e=d("BinarySearch").leastStrictUpperBound(function(a){return g.$3[a].getData()},f.getData(),0,this.$3.length,function(a,b){if(a.name==="funnel_end")return 1;return b.name==="funnel_end"?-1:a.relative_time-b.relative_time});this.$3.splice(e,0,f);b?this.devModeLogger("Appended action %s with tag %s",a,b):this.devModeLogger("Appended action %s",a);this.$8=a;return this};b.appendActionIfNew=function(a,b,c){a!==this.$8&&this.appendAction(a,b,c);return this};b.getLogData=function(){var a={};a[h]=this.$1;this.$2!==void 0?a[i]=this.$2:a[i]=Math.floor(Math.random()*65536);a[j]=this.$6;a[m]=this.$5;a[n]=this.timeout_sec;a[k]=[];for(var b in this.$4)this.$4[b]===!0&&a[k].push(b);if(this.$3.length>0){a[l]=[];for(b=0;b=m}return!1}function A(a,b){a=s();if(!a)return;var d=Math.floor(Date.now()/1e3);b={startCount:0,endCount:0,cancelCount:0,prevCount:b,lastFlushTimestamp:d};(h||(h=c("WebStorage"))).setItemGuarded(a,l,JSON.stringify(b))}function B(a,b){var d=s();if(!d||!a||Object.keys(a).length==0)return;var e={};for(a in a){var f=b[a];f={startCount:0,endCount:0,cancelCount:0,prevCount:f?f:0};e[a]=f}(h||(h=c("WebStorage"))).setItemGuarded(d,p,JSON.stringify(e))}function C(a,b,c,e){var f=a.prevCount,g=a.startCount,h=a.endCount;a=a.cancelCount;var i=f+g-h-a-b;g={start:g,end:h,cancel:a,prev:f,ongoing:b,loss:i};h={overall:g};if(c){a={};for(f in c){b=c[f];i=b.prevCount;g=b.startCount;var j=b.endCount;b=b.cancelCount;var k=e[f]?e[f]:0,l=i+g-j-b-k;g={start:g,end:j,cancel:b,prev:i,ongoing:k,loss:l};a[f]=g}h.funnel_level_data_loss=a}d("MarauderLogger").log(n,null,h)}function D(){if(!z())return;var a=t();if(!a)return;A(a,q);var b=v();b&&B(b,r);C(a,q,b,r)}function E(){var a=s();if(!a)return null;var b=a.getItem(k);b=b?JSON.parse(b):{};var d=b.counter,e=b.session;d?(d=parseInt(d,10)+1,e=parseInt(b.session,10)):(d=1,e=Math.floor(Math.random()*65536));(h||(h=c("WebStorage"))).setItemGuarded(a,k,JSON.stringify({counter:d,session:e}));return[e,d]}function F(a){if(!c("FunnelReliabilityWhitelist").includes(a))return null;var b=s();if(!b)return null;var d=b.getItem(o),e=void 0,f={};d&&(f=JSON.parse(d),e=f[a]);var g=e?e.counter:void 0;e=e?e.session:void 0;g?(g=parseInt(g,10)+1,e=parseInt(e,10)):(g=1,e=Math.floor(Math.random()*65536));var i={};d?(f[a]={counter:g,session:e},i=f):i[a]={counter:g,session:e};(h||(h=c("WebStorage"))).setItemGuarded(b,o,JSON.stringify(i));return[e,g]}g.passFunnelLevelStatsRolloutGK=a;g.onFunnelStart=b;g.onFunnelCancel=e;g.onFunnelEnd=f;g.maybeFlushFunnelLevelStats=D;g.increaseAndGetLibLevelStats=E;g.maybeIncreaseAndGetLibLevelStatsForCurFunnel=F}),98); __d("FunnelLogger",["Banzai","FBLogger","Funnel","FunnelLoggerSampler","FunnelRegistry","FunnelReliabilityStatsCollector","MarauderLogger","clearTimeout","gkx","setTimeout"],(function(a,b,c,d,e,f){"use strict";var g={},h=!1,i=!0;function a(a,b){B(a,b)}function c(a,b,c){B(a,c,b)}function d(a,b){a=D(a,b);return!E(a)?null:g[a]}function f(a,b){}function j(a,b,c){c===void 0?F(a,void 0,b):c&&F(a,b,c)}function k(a,c){c=D(a,c);E(c)&&(g[c].devModeLogger("Cancelled funnel"),H(c),g[c]=void 0,b("FunnelReliabilityStatsCollector").passFunnelLevelStatsRolloutGK()&&(b("FunnelReliabilityStatsCollector").onFunnelCancel(a),b("FunnelReliabilityStatsCollector").maybeFlushFunnelLevelStats()))}function l(a,b){C(a,b)}function m(a,b,c){C(a,c,b)}function n(a,b,c){c===void 0?I(a,void 0,String(b)):I(a,Number(b),c)}function o(a,b,c){c===void 0?J(a,void 0,Boolean(b)):J(a,Number(b),c)}function p(a,b,c){c===void 0?K(a,void 0,String(b),void 0):K(a,Number(b),c,void 0)}function q(a,b,c){c===void 0?L(a,void 0,String(b),void 0):L(a,Number(b),c,void 0)}function r(a,b,c,d){d===void 0?K(a,void 0,String(c),void 0,void 0,b):K(a,Number(c),d,void 0,void 0,b)}function s(a,b,c,d){d===void 0?K(a,void 0,String(b),c):K(a,Number(b),c,d)}function t(a,b,c,d,e){e===void 0?K(a,void 0,String(c),d,void 0,b):K(a,Number(c),d,e,void 0,b)}function u(a,b,c,d){d===void 0?L(a,void 0,String(b),c):L(a,Number(b),c,d)}function v(a,b,c,d){d===void 0?K(a,void 0,String(b),void 0,c):K(a,Number(b),String(c),void 0,d)}function w(a,b,c,d,e){e===void 0?K(a,void 0,String(c),void 0,d,b):K(a,Number(c),String(d),void 0,e,b)}function x(a,b,c,d){d===void 0?L(a,void 0,String(b),void 0,c):L(a,Number(b),String(c),void 0,d)}function y(a,b,c,d,e){e===void 0?K(a,void 0,String(b),c,d):K(a,Number(b),String(c),String(d),e)}function z(a,b,c,d,e,f){f===void 0?K(a,void 0,String(c),d,e,b):K(a,Number(c),String(d),String(e),f,b)}function A(a,b,c,d,e){e===void 0?L(a,void 0,String(b),c,d):L(a,Number(b),String(c),String(d),e)}function B(a,c,d){var e=D(a,c);R();M(e);b("FunnelLoggerSampler").shouldLog(a)&&(g[e]=new(b("Funnel").Funnel)(a,c,b("FunnelLoggerSampler").getSamplingRate(a),!1,d!=null?d:Date.now()),G(e),b("FunnelReliabilityStatsCollector").passFunnelLevelStatsRolloutGK()&&(b("FunnelReliabilityStatsCollector").onFunnelStart(a),b("FunnelReliabilityStatsCollector").maybeFlushFunnelLevelStats()))}function C(a,c,d){a=D(a,c);E(a)&&(g[a].appendAction(b("Funnel").ActionType.ACTION_END,b("Funnel").EndType.EXPLICIT,void 0,d),N(a))}function D(a,c){if(b("FunnelRegistry")[a]!==!0){b("FBLogger")("funnel_validation").blameToPreviousFile().mustfix("Funnel name `%s` not registered",a);throw b("FBLogger")("comet_infra").mustfixThrow("Funnel name `%s` not registered.",a)}if(c==null)return a;else return a+c.toString()}function E(a){return g[a]!==void 0}function F(a,b,c){a=D(a,b);E(a)&&(g[a].timeout_sec=c,g[a].devModeLogger("Timeout set to %s sec",c),G(a))}function G(a){H(a),g[a].timeout_handle=b("setTimeout")(function(){g[a].appendAction(b("Funnel").ActionType.ACTION_END,b("Funnel").EndType.TIMEOUT),N(a)},1e3*g[a].timeout_sec)}function H(a){g[a].timeout_handle&&b("clearTimeout")(g[a].timeout_handle)}function I(a,b,c){a=D(a,b);E(a)&&(g[a].addTag(c),G(a))}function J(a,b,c){a=D(a,b);E(a)&&(g[a].shouldTrackFocus=c,g[a].devModeLogger("Focus tracking %s",c?"on":"off"))}function K(a,b,c,d,e,f){a=D(a,b);E(a)&&(g[a].appendAction(c,d,e,f),G(a))}function L(a,b,c,d,e){a=D(a,b);E(a)&&g[a].appendActionIfNew(c,d,e)}function M(a){E(a)&&(g[a].appendAction(b("Funnel").ActionType.ACTION_END,b("Funnel").EndType.RESTART),N(a))}function N(a){if(E(a)){if(b("gkx")("20976")){var c=b("FunnelReliabilityStatsCollector").increaseAndGetLibLevelStats();if(c){var d=c[0];c=c[1];g[a].addReliabilityStats(d,c)}}d=g[a].getFunnelName();c=g[a].getLogData();b("MarauderLogger").log("funnel_analytics",null,c);g[a].devModeLogger("Logged: %s",JSON.stringify(c));H(a);g[a]=void 0;b("FunnelReliabilityStatsCollector").passFunnelLevelStatsRolloutGK()&&(b("FunnelReliabilityStatsCollector").onFunnelEnd(d),b("FunnelReliabilityStatsCollector").maybeFlushFunnelLevelStats())}}function O(){for(var a in g)Object.prototype.hasOwnProperty.call(g,a)&&E(a)&&(g[a].appendAction(b("Funnel").ActionType.ACTION_END,b("Funnel").EndType.SESSION_END),N(a))}function P(){if(i){i=!1;for(var a in g)Object.prototype.hasOwnProperty.call(g,a)&&E(a)&&g[a].shouldTrackFocus&&(g[a].appendAction(b("Funnel").ActionType.ACTION_WINDOW_BLUR),H(a))}}function Q(){if(!i){i=!0;for(var a in g)Object.prototype.hasOwnProperty.call(g,a)&&E(a)&&g[a].shouldTrackFocus&&(g[a].appendAction(b("Funnel").ActionType.ACTION_WINDOW_FOCUS),H(a))}}function R(){h||(h=!0,window.addEventListener&&(b("Banzai").subscribe(b("Banzai").SHUTDOWN,O),window.addEventListener("blur",P),window.addEventListener("focus",Q)))}e.exports={addFunnelTag:n,appendAction:p,appendActionAtTime:r,appendActionAtTimeWithPayload:w,appendActionAtTimeWithTag:t,appendActionAtTimeWithTagAndPayload:z,appendActionIfNew:q,appendActionWithPayload:v,appendActionWithPayloadIfNew:x,appendActionWithTag:s,appendActionWithTagAndPayload:y,appendActionWithTagAndPayloadIfNew:A,appendActionWithTagIfNew:u,cancelFunnel:k,endFunnel:l,endFunnelAtTime:m,getFunnelInstance:d,setFunnelTimeout:j,setFunnelTrackFocus:o,startFunnel:a,startFunnel_DEV_MODE:f,startFunnelAtTime:c}}),null); __d("FunnelLoggerConfigJSModuleWrapper",["FunnelLoggerConfig"],(function(a,b,c,d,e,f,g){"use strict";g["default"]=c("FunnelLoggerConfig")}),98); __d("GeoLinkRouterType",["$InternalEnum"],(function(a,b,c,d,e,f){"use strict";a=b("$InternalEnum").Mirrored(["Native","Comet","AIR","OCDev"]);c=a;f["default"]=c}),66); __d("GeoPrivateDefaultRouterLink.react",["Link.react","react","react-compiler-runtime","stylex"],(function(a,b,c,d,e,f,g){"use strict";var h,i,j=i||d("react");function a(a){var b=d("react-compiler-runtime").c(26),e=a["aria-describedby"],f=a["aria-expanded"],g=a["aria-label"],i=a["aria-labelledby"],k=a["data-testid"],l=a.children,m=a.className_DEPRECATED,n=a.href,o=a.linkRef,p=a.onBlur,q=a.onClick,r=a.onFocus,s=a.onMouseEnter,t=a.onMouseLeave,u=a.rel,v=a.role,w=a.style,x=a.suppressHydrationWarning,y=a.tabIndex,z=a.target,A=a.truncate;a=a.xstyle;A=A===void 0?!1:A;var B;b[0]!==m||b[1]!==a?(B=m!=null?m:(h||(h=c("stylex")))(a),b[0]=m,b[1]=a,b[2]=B):B=b[2];m=A?"tooltip":void 0;a=A?"overflow":void 0;b[3]!==l||b[4]!==e||b[5]!==f||b[6]!==n||b[7]!==g||b[8]!==i||b[9]!==o||b[10]!==p||b[11]!==q||b[12]!==r||b[13]!==s||b[14]!==t||b[15]!==u||b[16]!==v||b[17]!==w||b[18]!==x||b[19]!==B||b[20]!==m||b[21]!==a||b[22]!==y||b[23]!==z||b[24]!==k?(A=j.jsx(c("Link.react"),{"aria-describedby":e,"aria-expanded":f,"aria-label":g,"aria-labelledby":i,className:B,"data-hover":m,"data-testid":void 0,"data-tooltip-display":a,href:n,linkRef:o,onBlur:p,onClick:q,onFocus:r,onMouseEnter:s,onMouseLeave:t,rel:u,role:v,style:w,suppressHydrationWarning:x,tabIndex:y,target:z,children:l}),b[3]=l,b[4]=e,b[5]=f,b[6]=n,b[7]=g,b[8]=i,b[9]=o,b[10]=p,b[11]=q,b[12]=r,b[13]=s,b[14]=t,b[15]=u,b[16]=v,b[17]=w,b[18]=x,b[19]=B,b[20]=m,b[21]=a,b[22]=y,b[23]=z,b[24]=k,b[25]=A):A=b[25];return A}g["default"]=a}),98); __d("GeoPrivateRouterLinkContext",["GeoLinkRouterType","GeoPrivateDefaultRouterLink.react","react"],(function(a,b,c,d,e,f,g){"use strict";var h;a=h||d("react");b=a.createContext({RouterLink:c("GeoPrivateDefaultRouterLink.react"),type:c("GeoLinkRouterType").Native});g["default"]=b}),98); __d("GeoBaseLink.react",["GeoPrivateMakeComponent","GeoPrivateRouterLinkContext","react","react-compiler-runtime"],(function(a,b,c,d,e,f,g){"use strict";var h,i=h||(h=d("react")),j=h.useContext;function a(a){var b=d("react-compiler-runtime").c(3),e=j(c("GeoPrivateRouterLinkContext"));e=e.RouterLink;var f;b[0]!==e||b[1]!==a?(f=i.jsx(e,babelHelpers["extends"]({},a)),b[0]=e,b[1]=a,b[2]=f):f=b[2];return f}b=d("GeoPrivateMakeComponent").makeGeoComponent("GeoBaseLink",a);g["default"]=b}),98); __d("useGeoPrivateLinkStyles",["react-compiler-runtime","useGeoPrivateTextStyle"],(function(a,b,c,d,e,f,g){"use strict";var h={root:{display:"xt0psk2",textDecoration:"x1hl2dhg",":hover_textDecoration":"xt0b8zv",$$css:!0},noUnderline:{textDecoration:"x1hl2dhg",":hover_textDecoration":"x1lku1pv",$$css:!0},alwaysUnderline:{textDecoration:"x1bvjpef",":hover_textDecoration":"xt0b8zv",$$css:!0},block:{display:"x1lliihq",$$css:!0},inlineBlock:{display:"x1rg5ohu",verticalAlign:"x3ajldb",$$css:!0},inherit:{fontSize:"x1qlqyl8",fontWeight:"x1pd3egz",$$css:!0}};function a(a){var b=d("react-compiler-runtime").c(12),e=a.display,f=a.isInverted,g=a.isWithinGeoBaseText;a=a.showUnderline;var i;b[0]===Symbol["for"]("react.memo_cache_sentinel")?(i=["truncateInlineBlock","inlineBlock"],b[0]=i):i=b[0];i=i.includes(e);var j;b[1]===Symbol["for"]("react.memo_cache_sentinel")?(j=["truncateBlock","block"],b[1]=j):j=b[1];j=j.includes(e);e=["truncateInlineBlock","truncateInline","truncateBlock","truncate"].includes(e);var k=a==="never"&&h.noUnderline;a=a==="always"&&h.alwaysUnderline;f=f?"inverted":"link";e=e?"truncate":"inline";var l;b[2]!==f||b[3]!==e?(l={size:"value",color:f,display:e,isDisabled:!1,overflowWrap:"normal",textAlign:"start",weight:"normal",whiteSpace:"inherit"},b[2]=f,b[3]=e,b[4]=l):l=b[4];f=c("useGeoPrivateTextStyle")(l);e=g&&h.inherit;l=i&&h.inlineBlock;g=j&&h.block;b[5]!==l||b[6]!==g||b[7]!==k||b[8]!==a||b[9]!==f||b[10]!==e?(i=[h.root,k,a,f,e,l,g],b[5]=l,b[6]=g,b[7]=k,b[8]=a,b[9]=f,b[10]=e,b[11]=i):i=b[11];return i}g["default"]=a}),98); __d("GeoLink.react",["GeoBaseLink.react","GeoPrivateBaseTextContext","GeoPrivateInvertThemeContext","GeoPrivateLoggingAction","GeoPrivateLoggingClassification","GeoPrivateMakeComponent","react","react-compiler-runtime","useGeoPrivateLinkStyles","useGeoPrivateWithLogging"],(function(a,b,c,d,e,f,g){"use strict";var h,i=h||(h=d("react")),j=h.useContext;function a(a){var b=d("react-compiler-runtime").c(27),e=a["aria-label"],f=a.children,g=a["data-testid"],h=a.display,k=a.href,l=a.linkRef,m=a.onClick,n=a.onMouseEnter,o=a.onMouseLeave,p=a.prefetchQueriesOnHover,q=a.rel,r=a.showUnderline,s=a.target,t=a.width;a=a.xstyle;h=h===void 0?"inline":h;p=p===void 0?!1:p;r=r===void 0?"hover":r;var u;b[0]===Symbol["for"]("react.memo_cache_sentinel")?(u={name:"GeoLink",action:c("GeoPrivateLoggingAction").CLICK,classification:c("GeoPrivateLoggingClassification").USER_ACTION},b[0]=u):u=b[0];m=c("useGeoPrivateWithLogging")(m,u);b[1]===Symbol["for"]("react.memo_cache_sentinel")?(u=["truncateInlineBlock","truncateInline","truncateBlock","truncate"],b[1]=u):u=b[1];u=u.includes(h);var v=j(c("GeoPrivateInvertThemeContext")),w=j(c("GeoPrivateBaseTextContext")),x;b[2]!==h||b[3]!==v||b[4]!==w||b[5]!==r?(x={display:h,isInverted:v,isWithinGeoBaseText:w,showUnderline:r},b[2]=h,b[3]=v,b[4]=w,b[5]=r,b[6]=x):x=b[6];h=c("useGeoPrivateLinkStyles")(x);b[7]!==t?(v={width:t},b[7]=t,b[8]=v):v=b[8];b[9]!==h||b[10]!==a?(w=[h,a],b[9]=h,b[10]=a,b[11]=w):w=b[11];b[12]!==e||b[13]!==f||b[14]!==k||b[15]!==l||b[16]!==m||b[17]!==n||b[18]!==o||b[19]!==p||b[20]!==q||b[21]!==v||b[22]!==w||b[23]!==s||b[24]!==g||b[25]!==u?(r=i.jsx(c("GeoBaseLink.react"),{"aria-label":e,"data-testid":void 0,href:k,linkRef:l,onClick:m,onMouseEnter:n,onMouseLeave:o,prefetchQueriesOnHover:p,rel:q,style:v,target:s,truncate:u,xstyle:w,children:f}),b[12]=e,b[13]=f,b[14]=k,b[15]=l,b[16]=m,b[17]=n,b[18]=o,b[19]=p,b[20]=q,b[21]=v,b[22]=w,b[23]=s,b[24]=g,b[25]=u,b[26]=r):r=b[26];return r}b=d("GeoPrivateMakeComponent").makeGeoComponent("GeoLink",a);g["default"]=b}),98); __d("LocalDateTime",["invariant","DateConsts","DateTime","ISODateString","Instant","LocalDate","PeriodUnit","SharedDateUtils","Timezone"],(function(a,b,c,d,e,f,g,h){"use strict";a=function(){function a(a,b,c,d,e,f){this.year=a,this.month=b,this.day=c,this.hour=d,this.minute=e,this.second=f}a.apply=function(b){return new a(b.year,b.month,b.day,b.hour,b.minute,b.second)};a.create=function(b,c,d,e,f,g){c===void 0&&(c=1);d===void 0&&(d=1);e===void 0&&(e=0);f===void 0&&(f=0);g===void 0&&(g=0);return new a(b,c,d,e,f,g)};a.now=function(b){return a.fromDateTime(c("DateTime").now(b))};var b=a.prototype;b.getComponents=function(){return[this.year,this.month,this.day,this.hour,this.minute,this.second]};b.compare=function(a){var b=this.getComponents();a=a.getComponents();for(var c=0;c0};b.isBeforeOrEqual=function(a){return this.compare(a)<=0};b.isAfterOrEqual=function(a){return this.compare(a)>=0};b.min=function(a){return this.isBefore(a)?this:a};b.max=function(a){return this.isBefore(a)?a:this};b.getDayOfMonth=function(){return this.day};b.getDayOfWeek=function(){return this.toUTCDate().getUTCDay()};b.getMonth=function(){return this.month};b.getYear=function(){return this.year};b.getHours=function(){return this.hour};b.getMinutes=function(){return this.minute};b.getSeconds=function(){return this.second};b.$1=function(b){var c=this.toUTCDate();c.setUTCFullYear(b.year!=null?b.year:c.getUTCFullYear(),b.month!=null?b.month-1:c.getUTCMonth(),b.day!=null?b.day:c.getUTCDate());b.hour!=null&&c.setUTCHours(b.hour);b.minute!=null&&c.setUTCMinutes(b.minute);b.second!=null&&c.setUTCSeconds(b.second);return a.fromUTCDate(c)};b.set=function(a){a.year==null||d("Instant").wholeYearRangeInYears.since<=a.year&&a.year=0&&a.hour<=23||h(0,1151);a.minute==null||a.minute>=0&&a.minute<=59||h(0,1152);a.second==null||a.second>=0&&a.second<=59||h(0,1153);return this.$1(a)};b.add=function(b){var c=this.toUTCDate();if(b.month||b.year){var e=c.getUTCMonth()+(b.month||0)+(b.year||0)*12;c.setUTCMonth(e);d("SharedDateUtils").divide(c.getUTCMonth()+1,12)[1]!==d("SharedDateUtils").divide(e+1,12)[1]&&c.setUTCDate(0)}b.week&&c.setUTCDate(c.getUTCDate()+7*b.week);b.day&&c.setUTCDate(c.getUTCDate()+b.day);b.hour&&c.setUTCHours(c.getUTCHours()+b.hour);b.minute&&c.setUTCMinutes(c.getUTCMinutes()+b.minute);b.second&&c.setUTCSeconds(c.getUTCSeconds()+b.second);return a.fromUTCDate(c)};b.subtract=function(a){var b={};Object.keys(a).forEach(function(c){return b[c]=-a[c]});return this.add(b)};b.addYears=function(a){return this.add({year:a})};b.addMonths=function(a){return this.add({month:a})};b.addWeeks=function(a){return this.add({week:a})};b.addDays=function(a){return this.add({day:a})};b.addHours=function(a){return this.add({hour:a})};b.addMinutes=function(a){return this.add({minute:a})};b.addSeconds=function(a){return this.add({second:a})};b.subtractYears=function(a){return this.subtract({year:a})};b.subtractMonths=function(a){return this.subtract({month:a})};b.subtractWeeks=function(a){return this.subtract({week:a})};b.subtractDays=function(a){return this.subtract({day:a})};b.subtractHours=function(a){return this.subtract({hour:a})};b.subtractMinutes=function(a){return this.subtract({minute:a})};b.subtractSeconds=function(a){return this.subtract({second:a})};b.startOfYear=function(){return this.floor(c("PeriodUnit").year)};b.startOfMonth=function(){return this.floor(c("PeriodUnit").month)};b.startOfWeek=function(){return this.floor(c("PeriodUnit").week)};b.startOfDay=function(){return this.floor(c("PeriodUnit").day)};b.startOfHour=function(){return this.floor(c("PeriodUnit").hour)};b.startOfMinute=function(){return this.floor(c("PeriodUnit").minute)};b.floor=function(a){var b={hour:0,minute:0,second:0};switch(a){case c("PeriodUnit").year:return this.set(babelHelpers["extends"]({},b,{month:1,day:1}));case c("PeriodUnit").month:return this.set(babelHelpers["extends"]({},b,{day:1}));case c("PeriodUnit").week:return this.set(b).subtractDays(this.getDayOfWeek());case c("PeriodUnit").day:return this.set(b);case c("PeriodUnit").hour:return this.set({minute:0,second:0});case c("PeriodUnit").minute:return this.set({second:0});case c("PeriodUnit").second:return this;default:h(0,5510,a)}};b.ceil=function(a){var b=this.floor(a);if(this.equals(b))return b;else{var c={};c[a]=1;return b.add(c)}};b.format=function(a,b){return d("Instant").format(this.toInstant(d("Timezone").UTC),a,b)};b.toString=function(){return this.toISOString()};b.toISOString=function(){return this.format("Y-m-dTH:i:s",{skipPatternLocalization:!0})};a.fromISOString=function(b){b=d("ISODateString").parseComponents(b);var c=b.day,e=b.hour,f=b.minute,g=b.month,h=b.second;b=b.year;return a.create(b,g,c,e,f,h)};b.toUTCDate=function(){return new Date(1e3*this.toInstant(d("Timezone").UTC))};a.fromUTCDate=function(b){return a.create(b.getUTCFullYear(),b.getUTCMonth()+1,b.getUTCDate(),b.getUTCHours(),b.getUTCMinutes(),b.getUTCSeconds())};b.toInstant=function(a){var b=Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second)/1e3;return d("Instant").getParallel(b,a)};a.fromInstant=function(b,c){b=b+d("Instant").getOffset(b,c);return a.fromUTCDate(new Date(1e3*b))};b.toDateTime=function(a){return c("DateTime").create(this.toInstant(a),a)};b.toLocalDate=function(){return c("LocalDate").create(this.year,this.month,this.day)};a.fromDateTime=function(b){b=b.getFields();return a.create(b.year,b.month,b.day,b.hour,b.minute,b.second)};b.toFBDate=function(a){return c("DateTime").fromLegacyArgs(1e3*this.toInstant(a),a)};a.fromFBDate=function(b){return a.create(b.getYear(),b.getMonth(),b.getDayOfMonth(),b.getHours(),b.getMinutes(),b.getSeconds())};b.toJSON=function(){return this.toISOString()};b.fromJSON=function(b){return a.fromISOString(b)};a.fromTimestampInMilliseconds=function(b,c){return a.fromInstant(b/d("DateConsts").MS_PER_SEC,c)};return a}();g["default"]=a}),98); __d("LogJsspStatsFalcoEvent",["FalcoLoggerInternal","getFalcoLogPolicy_DO_NOT_USE"],(function(a,b,c,d,e,f,g){"use strict";a=c("getFalcoLogPolicy_DO_NOT_USE")("6181");b=d("FalcoLoggerInternal").create("log_jssp_stats",a);e=b;g["default"]=e}),98); __d("ObserveResize.react",["react-compiler-runtime","useResizeObserver"],(function(a,b,c,d,e,f,g){"use strict";function a(a){var b=d("react-compiler-runtime").c(3),e=a.onResize;a=a.children;e=c("useResizeObserver")(e);var f;b[0]!==a||b[1]!==e?(f=a(e),b[0]=a,b[1]=e,b[2]=f):f=b[2];return f}g["default"]=a}),98); __d("SimpleObjectsPool",["invariant"],(function(a,b,c,d,e,f,g){a=function(){"use strict";function a(a){this.$1=a,this.$2=[]}var b=a.prototype;b.get=function(){if(this.$2.length)return this.$2.pop();else{var a=this.$1;return new a()}};b.put=function(a){a instanceof this.$1||g(0,4227),this.$2.push(a)};return a}();e.exports=a}),null); __d("PersistentAnimationFrame",["SimpleObjectsPool","Visibility","cancelAnimationFrame","requestAnimationFrame"],(function(a,b,c,d,e,f){var g=16,h,i={},j=!0;function k(){h||(h=new(b("SimpleObjectsPool"))(l));return h}var l=function(){"use strict";function a(){var a=this;this.$1=function(){a.callback(),a.$2(),k().put(a)}}a.request=function(a){return!a?0:k().get().request(a)};a.cancel=function(a){if(a===0)return;a=i[String(a)];a&&a.cancel()};var c=a.prototype;c.request=function(a){j&&m();this.callback=a;this.hidden=b("Visibility").isHidden();this.hidden?this.intID=setTimeout(this.$1,g):this.intID=b("requestAnimationFrame")(this.$1);this.strID=String(this.intID);i[this.strID]=this;return this.intID};c.cancel=function(){this.strID&&(this.hidden?clearTimeout(this.intID):b("cancelAnimationFrame")(this.intID),this.$2(),k().put(this))};c.$2=function(){delete i[this.strID],delete this.intID,delete this.strID,delete this.callback,delete this.hidden};return a}();function m(){var a;j=!1;(a=b("Visibility")).addListener(a.HIDDEN,n);a.addListener(a.VISIBLE,n)}function n(){Object.keys(i).forEach(function(a){a=i[a];var b=a.callback;a.cancel();b()})}e.exports=l}),null); __d("requestPersistentAnimationFrame",["PersistentAnimationFrame"],(function(a,b,c,d,e,f,g){"use strict";g["default"]=c("PersistentAnimationFrame").request}),98); __d("ResizeEventHandler",["requestPersistentAnimationFrame"],(function(a,b,c,d,e,f,g){"use strict";a=function(){function a(a){var b=this;this.$1=!1;this.$2=!1;this.handleEvent=function(){b.$2===!1&&(b.$2=!0,c("requestPersistentAnimationFrame")(b.$4))};this.$4=function(){b.$2=!1,b.$1===!1&&b.$3()};this.$3=a}var b=a.prototype;b.cancel=function(){this.$1=!0};return a}();g["default"]=a}),98); __d("ResponsiveBlock.react",["cx","ObserveResize.react","ResizeEventHandler","joinClasses","mergeRefs","react"],(function(a,b,c,d,e,f,g,h){var i=["onResize","className","children","forwardedRef"],j,k=j||d("react");a=function(a){function b(){var b;for(var d=arguments.length,e=new Array(d),f=0;f